home *** CD-ROM | disk | FTP | other *** search
/ Lake Powell / Lake Powell.iso / pc / lpkid.dxr / 00207.ls < prev    next >
Encoding:
Text File  |  1998-04-16  |  380 b   |  21 lines

  1. on mouseDown
  2.   sound stop 1
  3.   updateStage()
  4.   puppetSound("Tone")
  5.   set the visible of sprite the clickOn to 0
  6.   updateStage()
  7.   repeat while the mouseDown or soundBusy(1)
  8.     nothing()
  9.   end repeat
  10.   set the visible of sprite the clickOn to 1
  11.   updateStage()
  12. end
  13.  
  14. on mouseUp
  15.   uninitMoveable()
  16.   go(#next)
  17.   updateStage()
  18.   initMoveable()
  19.   puppetSound("grand circle intro")
  20. end
  21.